λ eas build
$ eas build --platform all
ios/android両方向けにbuild
$ eas build --local
cloudではなくlocalで行う
buildで起きたerrorのdebug用途とか、CIが制限されている企業向けとか
多少の制限がある
-p allできない
fastlaneとかCocoaPodsの環境を作らないといけない
$ eas build:inspect
debugに役立つ?
$ eas build --auto-submit
In order to make this possible, we also added hosting for submission credentials and we created submission profiles in eas.json. ref